home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
exitwi4r
/
code.frm
next >
Wrap
Text File
|
1999-07-12
|
1KB
|
43 lines
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.1#0"; "RICHTX32.OCX"
Begin VB.Form Form1
Caption = "Code window"
ClientHeight = 3240
ClientLeft = 60
ClientTop = 345
ClientWidth = 5415
LinkTopic = "Form1"
MDIChild = -1 'True
ScaleHeight = 3240
ScaleWidth = 5415
WindowState = 2 'Maximized
Begin RichTextLib.RichTextBox RichTextBox1
Height = 3255
Left = 0
TabIndex = 0
Top = 0
Width = 5415
_ExtentX = 9551
_ExtentY = 5741
_Version = 327680
Enabled = -1 'True
ScrollBars = 3
TextRTF = $"code.frx":0000
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
l = getcommand(Text1.Text)
Text2.Text = l
End Sub
Private Sub Form_Resize()
RichTextBox1.Width = Me.ScaleWidth
RichTextBox1.Height = Me.ScaleHeight
End Sub